a11y: Protect should_present() from empty contexts
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 11 Nov 2020 18:09:43 +0000 (18:09 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 11 Nov 2020 18:33:15 +0000 (18:33 +0000)
commit877a7f98caacbfbbd253f43cb05e5a8571cbb707
tree8b5acf8482ef90ce572e432d302b222e870d41a4
parent73b14a3c3a980be4a8860532914a16fb61cc410b
a11y: Protect should_present() from empty contexts

If the GtkAccessible implementation returns a NULL context, we should
not be calling methods on it.
gtk/gtkaccessible.c